翻訳と辞書
Words near each other
・ Let It Happen
・ Let It Happen (album)
・ Let It Happen (song)
・ Let It Loose
・ Let It Loose (album)
・ Let It Loose (song)
・ Let It Out
・ Let It Out (Kraan album)
・ Let It Out (Let It All Hang Out)
・ Let It Out (Miho Fukuhara song)
・ Let It Rain
・ Let It Rain (David Nail song)
・ Let It Rain (East 17 song)
・ Let It Rain (Eliza Doolittle song)
・ Let Every Man Mind His Own Business
Let expression
・ Let Forever Be
・ Let Freedom Reign
・ Let Freedom Ring
・ Let Freedom Ring (1939 film)
・ Let Freedom Ring, Inc.
・ Let Freedom Swing
・ Let George Do It (1938 film)
・ Let George Do It (radio)
・ Let George Do It!
・ Let Go
・ Let Go (Avril Lavigne album)
・ Let Go (band)
・ Let Go (Bonnie Pink album)
・ Let Go (Brother Phelps album)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Let expression : ウィキペディア英語版
Let expression
In computer science, a "let" expression associates a function definition with a restricted scope.
The "let" expression may also be defined in mathematics, where it associates a Boolean condition with a restricted scope.
The "let" expression may be considered as a Lambda abstraction applied to a value. Within mathematics, a let expression may also be considered as a conjunction of expressions, within an existential quantifier which restricts the scope of the variable.
The let expression is present in many functional languages to allow the local definition of expression, for use in defining another expression. The let-expression is present in some functional languages in two forms; let or "let rec". Let rec is an extension of the simple let expression which uses the fixed-point combinator to implement recursion.
== History ==

Dana Scotts LCF language〔"PCF is a programming language for computable functions, based on LCF, Scott’s logic of computable functions" . ''Programming Computable Functions'' is used by . It is also referred to as ''Programming with Computable Functions'' or ''Programming language for Computable Functions''.〕 was a stage in the evolution of lambda calculus into modern functional languages. This language introduced the let expression, which has appeared in most functional languages since that time.
The languages Scheme,〔
ML, and more recently Haskell
〕 have inherited let expressions from LCF.
State-full imperative languages such as ALGOL and Pascal essentially implement a let expression, to implement restricted scope of functions, in block structures.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Let expression」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.